home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / clipartv.sit / Clip Art Viewer 1.5 / background_2779.txt next >
Text File  |  1988-11-14  |  3KB  |  156 lines

  1. -- background: 2779 from stack: in.5
  2. -- bmap block id: 3168
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 9 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=228 top=310 right=335 bottom=255
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to previous card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 10 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=264 top=310 right=335 bottom=291
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect wipe left
  43.   go to next card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 11 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=472 top=4 right=33 bottom=504
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 21700 / 21700
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Home
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect iris open
  63.   go Home
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 12 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=468 top=309 right=337 bottom=505
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 1012 / 1012
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Return
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect iris close
  83.   go to card "ClipArt1"
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 13 (field)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=154 top=280 right=307 bottom=370
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 3
  96. -- text size: 10
  97. -- style flags: 0
  98. -- line height: 13
  99. -- part name: Description
  100.  
  101.  
  102. -- part 15 (button)
  103. -- low flags: 00
  104. -- high flags: 0000
  105. -- rect: left=14 top=302 right=336 bottom=53
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 32670 / 32670
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: View
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   push card
  117.   go to card "ClipArt1"
  118.   show card field "Dlog"
  119.   show card button "OK"
  120.   show card button "Cancel"
  121.   show card button "SlideShow"
  122.   show card button "Fast"
  123.   hide card button "About"
  124.   put "Enter the number of seconds to display each image:" into card field "InstField"
  125.   put "Set Options for Slideshow" into card field "Dlog"
  126.   put ".5" into card field "Mike"
  127.   set the hilite of card button "Recycle" to true
  128.   set the hilite of card button "SlideShow" to false
  129.   set the hilite of card button "Fast" to true
  130.   hide card button "Recycle"
  131.   hide card button "Sequential"
  132.   hide card button "Random"
  133.   hide card field "InstField"
  134.   hide card field "Mike"
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 16 (button)
  140. -- low flags: 00
  141. -- high flags: 8003
  142. -- rect: left=9 top=6 right=28 bottom=109
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Grabber
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   doMenu "Art Grabber+Γäó"
  154. end mouseUp
  155.  
  156.